gitolite: Remove unecessary Makefile variables
authorDaniel F. Dickinson <[email protected]>
Thu, 27 Dec 2018 04:43:11 +0000 (23:43 -0500)
committerDaniel F. Dickinson <[email protected]>
Tue, 1 Jan 2019 09:30:41 +0000 (04:30 -0500)
PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them
from the gitolite Makefile

Signed-off-by: Daniel F. Dickinson <[email protected]>
net/gitolite/Makefile

index 2ae62524b1aff7c58f08f9ded76e76c05b29a7c6..c3f18e288a45a8c525def42d96bbc2b06b711151 100644 (file)
@@ -14,8 +14,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_HASH:=0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f
 PKG_SOURCE_URL:=https://codeload.github.com/sitaramc/gitolite/tar.gz/v$(PKG_VERSION)?
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
 
 include $(INCLUDE_DIR)/package.mk